func crypto/aes.gcmAesEnc

2 uses

	crypto/aes (current package)
		aes_gcm.go#L25: func gcmAesEnc(productTable *[256]byte, dst, src []byte, ctr, T *[16]byte, ks []uint32)
		aes_gcm.go#L121: 		gcmAesEnc(&g.productTable, out, plaintext, &counter, &tagOut, g.ks)